home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Entertainment / Game Files⁄ Help / NFL Prophet3.0 / NFL Prophet™ / NFL Prophet™.rsrc / 4DTE_15005 < prev    next >
Text File  |  1993-10-09  |  390b  |  15 lines

  1.                   DoubleClick
  2.                    Version 1.2
  3.     ©1989 Howard E. Sander III
  4.  
  5. DoubleClick returns an integer value of 0 or 1 to the variable passed to it.
  6.  
  7. Example: A 4D scrollable area script.
  8.  
  9. DoubleClick(vDblClick)
  10. If(vDblClick=1)
  11.      `A double-click occurred on a list
  12.       element so handle the double-
  13.       click code here.
  14. End if
  15.     ----See docs for more info ----